Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
postavka_front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Нұрасыл Қайратұлы
postavka_front
Commits
2edf7e8b
Commit
2edf7e8b
authored
Jun 20, 2025
by
Нұрасыл Қайратұлы
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix port expose
parent
20f50678
Pipeline
#843
passed with stages
in 18 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
Dockerfile
View file @
2edf7e8b
...
...
@@ -9,5 +9,5 @@ RUN npm run build
RUN
npm
install
-g
serve
EXPOSE
300
0
EXPOSE
8
0
CMD
["serve", "-s", "dist", "-l", "80"]
\ No newline at end of file
docker-compose.yml
View file @
2edf7e8b
...
...
@@ -3,7 +3,7 @@ services:
build
:
./
container_name
:
client
expose
:
-
'
3000:300
0'
-
'
8080:808
0'
networks
:
-
app-network
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment